4.1.7.1.2. FailureΒΆ

General format of failure response is:

{ code: HTTP code, msg: "Error message" }

Example:

{ code: 500, msg : "Internal server error" }